﻿@charset "UTF-8";

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon1 {
    background: url(../images/icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #016dbd;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track-piece {
    background-color: none;
    background: rgba(0, 0, 0, .0);
}

::-webkit-scrollbar-thumb:vertical {
    height: 2px;
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 2px;
    background-color: rgba(0, 0, 0, .5);
}



/*top_main*/
.index_top {
    position: relative;
    height: 179px;
    z-index: 11;
}

.top_main {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #43556b;
    font-size: 14px;
    color: #fff;
    z-index: 999;
}

.top_main .top_l {
    opacity: 1;
    filter: alpha(opacity=100);
}

.top_main .top_r {
    margin-right: 0px;
}

.top_main .top_r .cn a {
    color: #fff;
    opacity: 1;
}

.top_main .top_r .en a {
    margin-left: 12px;
    margin-right: 12px;
    color: #fff;
}

.top_main li {
    position: relative;
    float: left;
    display: inline-block;
    *display: block;
    *zoom: 1;
    text-align: center;
}

.top_main li a {
    color: #fff;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    float: left;
}

.top_main li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.top_main .top_r .contact {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 14px;
    background: url(../images/din_03.png) no-repeat left center;
    background-size: 12px 15px;
    z-index: 99;
    cursor: pointer;
}

.top_main .top_r .mobile {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 2px;
    background: url(../images/mobile.png) no-repeat left center;
    background-size: 10px 16px;
    z-index: 99;
    cursor: pointer;
}

.top_main .top_r .mobile a {
    display: block;
    padding-right: 12px;
    background: url(../images/arrI.png) no-repeat right center;
    background-size: 7px 3px;
}

.top_main .top_r .drop {
    position: absolute;
    left: -14px;
    z-index: 99;
    width: 100px;
    height: 0px;
    transition: all ease-in-out .2s;
    top: 35px;
}

.top_main .top_r .drop img {
    position: relative;
    z-index: 99;
    display: block;
    width: 100px;
    height: 0px;
    transition: all ease-in-out .2s;
}

.top_main .top_r .webNav {
    padding-left: 20px;
    margin-left: 4px;
    background: url(../images/navI.png) no-repeat left center;
}

.top_main .top_r .mobile:hover .drop {
    height: 100px;
}

.top_main .top_r .mobile:hover .drop img {
    width: 100px;
    height: 100px;
}

.top_main li i {
    display: inline-block;
    float: left;
    background: url(../images/hc_03.jpg) no-repeat;
    width: 1px;
    height: 12px;
    margin-top: 12px;
    margin-left: 10px;
}

.header_main {
    position: relative;
    width: 100%;
    height: 94px;
    z-index: 100;
    background: #fff;
}

.header_main .logo {
    float: left;
    width: 300px;
    height: 73px;
    display: block;
    margin-top: 19px;
}

.header_main .logo img.weblogo {
    float: left;
    width: 248px;
    height: 60px;
    display: block;
}

.header_main .tel_main {
    width: 304px;
    margin-top: 24px;
}

.header_main .tel_main .tel {
    display: inline-block;
    width: 250px;
    float: left;
    padding-left: 6px;
}

.header_main .tel_main .icon {
    width: 48px;
    height: 48px;
    background-position: -51px -189px;
    display: block;
    float: left;
}

.header_main .tel_main .tel .nt {
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 14px;
}

.header_main .tel_main .tel .num {
    font-size: 30px;
    font-family: Arial;
    color: #333;
    display: block;
    font-weight: normal;
    float: left;
    padding-top: 6px;
}

.header_main .tel_main .search-box {
    position: relative;
    height: 38px;
}

.header_main .tel_main .search-box .butn {
    display: block;
    cursor: pointer;
    width: 37px;
    height: 30px;
    margin-top: 8px;
}

.header_main .tel_main .search-box .butn i {
    width: 24px;
    height: 24px;
    display: block;
    background-position: -118px -206px;
    margin: 0 auto;
}

.header_main .tel_main .search-box .butn.hov {
    background: url(../images/close.png) no-repeat center #b52618;
}

.header_main .tel_main .search-box .butn.hov i {
    display: none;
}

.header_main .tel_main .search-box .share-sub {
    position: absolute;
    right: 37px;
    top: 0px;
    width: 0;
    height: 48px;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px 0 0 5px;
}

.header_main .tel_main .search-box .share-sub .sub-btn {
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    outline: none;
    background-position: -162px -190px;
}

.header_main .tel_main .search-box .share-sub .tex {
    width: 220px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 14px 10px;
    color: #666;
    border: none;
    background: #ededed;
    outline: none;
}

.header_main .tel_main .search-box .lang-box {
    margin-top: 20px;
    margin-right: 38px;
}

.header_main .tel_main .search-box .lang-box a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-left: 28px;
}

.header_main .tel_main .search-box .lang-box .stt {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #777;
    margin-right: 4px;
}

.fu_t {
    padding-top: 29px;
}

/*header_main*/

.nav_main {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    z-index: 11;
}

#nav_main .nav {
    height: 50px;
    z-index: 12;
}

#nav_main .nav li {
    float: left;
    z-index: 10;
    position: relative;
    width: 170.4px;
    height: 50px;
    text-align: center;
    background: url(../images/a1_03.png) right center no-repeat;
    line-height: 50px;
}

#nav_main .nav li:first-child {
    margin-left: 0px;
}

#nav_main .nav li:nth-child(7) {
    margin-right: 0;
}

#nav_main .nav li:first-child+li+li+li+li+li+li {
    margin-right: 0;
}

#nav_main .nav li a.aLink {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

#nav_main .nav li.item7 {
    background: none;
}

#nav_main .nav li a.aLink {
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    padding: 0 18px;
}

#nav_main .nav li a.aLink i {
    display: block;
    height: 3px;
    width: 0;
    transition: all .6s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
}

#nav_main .nav li:hover a,
#nav_main .nav li.hover a {
    color: #016dbd;
}

#nav_main .nav li:hover a i,
#nav_main .nav li.hover a i {
    background-color: #016dbd;
    width: 100%;
}

#nav_main .nav li ul {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav_main .nav li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    text-align: center;
}

#nav_main .nav li ul li:nth-child(6) {

}

/***#nav_main .nav li ul li:nth-child(3){display:none}***/
#nav_main .nav li ul li {
    display: block;
    clear: left;
    width: 100%;
    background: none;
    height: 45px;
    background-color: #f8f8f8;
    border-bottom: #dddddd solid 1px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#nav_main .nav li:hover ul li a,
#nav_main .nav li.hover ul li a {
    color: #333;
}

#nav_main .nav li:hover ul li a {
    background-color: #009b4d;
    background: none;
}

#nav_main .nav li ul li a {
    display: block;
    font-size: 12px;
    color: #ddd;
    height: 45px;
    line-height: 45px;
    background: none;
    padding-right: 0;
    width: 100%;
}

#nav_main .nav li ul li a:hover {
    background-color: #016dbd;
    color: #fff;
}

.nav_main.fixed {
    position: fixed;
    z-index: 1111;
    box-shadow: 0px 0px 11px #cbcbcb;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    top: 0;
    left: 0;
}

/* banner */
#banner_main {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1300px;
}

#banner_main .banner {
    height: 446px;
}

#banner {
    width: 100%;
    min-width: 1300px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner,
.banner ul {
    width: 100%;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 170px;
    height: 36px;
    background-color: #fff;
    border-radius: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    bottom: 30px;
    z-index: 13;
}

#banner .tip span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background-position: -110px -138px;
    margin-top: 10px;
}

#banner .tip span.cur {
    background-position: -88px -138px;
}

#banner #btn_prev,
#banner #btn_next {
    width: 35px;
    height: 70px;
    position: absolute;
    top: 184px;
    z-index: 5;
}

#banner #btn_prev {
    background-position: -0px -53px;
    left: 5%;
}

#banner #btn_next {
    background-position: -41px -53px;
    right: 5%;
}

#banner #btn_prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    left: 5%;
    background-position: -82px -53px;
}

#banner #btn_next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    right: 5%;
    background-position: -123px -53px;
}

/*banner end*/



/*footer*/
.friendship_link {
    width: 100%;
    height: 80px;
    background-color: #f1f1f1;
}

.friendship_link b {
    float: left;
    display: block;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
}

.friendship_link ul {
    float: left;
    display: block;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
}

.friendship_link ul li {
    float: left;
    display: block;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
}

.friendship_link ul li a {
    border-right: #e2e1e1 solid 1px;
    padding: 0 26px;
}

.friendship_link ul li a:last-child {
    border-right: none;
}

.footer {
    width: 100%;
    color: #fff;
    height: 278px;
    background: url(../images/a14_02.jpg) center center no-repeat;
}

.footer .bNav {
    width: 410px;
    margin-top: 46px;
}

.footer .contacte {
    width: 670px;
    padding-top: 50px;
}

.footer .bNav h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 22px;
}

.footer .bNav i {
    display: block;
    width: 178px;
    height: 1px;
    background: #45474c;
    margin-top: 16px;
}

.footer .bNav ul {
    display: inline-block;
}

.footer .bNav ul li {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 16px;
    padding-left: 24px;
}

.footer .bNav ul li.li1 {
    background: url(../images/a8_03.png) 0 2px no-repeat;
}

.footer .bNav ul li.li2 {
    background: url(../images/a8_06.png) 0 2px no-repeat;
}

.footer .bNav ul li.li3 {
    background: url(../images/a8_08.png) 0 2px no-repeat;
}

.footer .bNav dl {
    display: block;
    padding-top: 14px;
}

.footer .bNav dd {
    position: relative;
    z-index: 99;
    cursor: pointer;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.footer .bNav dd.dd1 a {
    display: block;
    background: url(../images/a8_15.png) no-repeat center center;
    width: 31px;
    height: 31px;
}

.footer .bNav dd.dd1 .drop {
    position: absolute;
    left: 0px;
    z-index: 99;
    width: 0px;
    height: 100px;
    transition: all ease-in-out .2s;
    top: -100px;
}

.footer .bNav dd.dd1 .drop img {
    position: relative;
    z-index: 99;
    display: block;
    width: 100px;
    height: 0px;
    transition: all ease-in-out .2s;
}

.footer .bNav dd.dd1:hover .drop {
    width: 100px;
}

.footer .bNav dd.dd1:hover .drop img {
    width: 100px;
    height: 100px;
}

.footer .bNav dd.dd2 a {
    display: block;
    background: url(../images/a8_13.png) no-repeat center center;
    width: 31px;
    height: 31px;
}

.footer .bNav dd.dd3 a {
    display: block;
    background: url(../images/a8_11.png) no-repeat center center;
    width: 31px;
    height: 31px;
}

.footer .contacte dl {
    width: 156px;
    text-align: left;
    padding-left: 44px;
    float: left;
}

.footer .contacte dl.dl4 {
    width: 56px;
    text-align: left;
    padding-left: 10px;
}

.footer .contacte dl dt a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.footer .contacte dl dd {
    padding-top: 12px;
}

.footer .contacte dl dd a {
    display: block;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 12px;
    padding-top: 16px;
}

.footer .contacte dl dd a:hover {
    color: #fff;
}

/*copyright*/
.copyright {
    height: 36px;
    line-height: 36px;
    border-top: #414343 solid 1px;
    color: #a1a1a1;
    font-size: 12px;
    background: #000;
}

.copyright span {
    margin: 0 6px;
}

.copyright a {
    color: #a1a1a1;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.copyright a:hover {
    color: #016dbd;
}

.copyright p {
    display: block;
    float: left;
}

.copyright i {
    display: block;
    float: right;
}

/********.toolbar1*********/
/********.fixtool*********/
.toolbar {
    width: 52px;
    position: fixed;
    right: 2%;
    top: 44%;
    z-index: 999;
}

.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
}

.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 9px 0 0 8px;
    *margin: 7px 0 0 0;
    background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar dd i p {
    width: 35px;
    height: 35px;
    display: block;
    margin: 9px 0 0 8px;
    *margin: 7px 0 0 0;
    background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar .code p {
    background-position: -0px -95px;
}

.toolbar .code:hover p {
    background-position: -36px -95px;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 50px;
    top: -1px;
    right: -1px;
    overflow: hidden;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -9px;
    background: #016dbd;
    display: none;
}

.toolbar .pop-code {
    width: 120px;
    padding: 20px 20px 0;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
}

.toolbar .pop-code h3 {
    height: 50px;
    line-height: 30px;
    text-align: center;
    color: #f2e8e1;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .qq span {
    background-position: -0px -47px;
}

.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background-color: #016dbd;
    border-radius: 100%;
}

.toolbar .qq:hover span {
    background-position: -36px -47px;
}

.toolbar .tel span {
    background-position: -0px 0;
}

.toolbar .tel:hover {
    background: #016dbd;
}

.toolbar .tel:hover span {
    background-position: -36px 0;
}

.toolbar .code span {
    background-position: -0px -95px;
}

.toolbar .code:hover {
    background-color: #016dbd;
    border-radius: 100%;
}

.toolbar .code:hover span {
    background-position: -36px -95px;
}

.toolbar .top span {
    background-position: -0px -142px;
}

.toolbar .top:hover {
    background-color: #016dbd;
    border-radius: 100%;
}

.toolbar .top:hover span {
    background-position: -36px -142px;
}

.toolbar dd:hover {}

/*******index css*******/
.index .in_title .entit {
    font: bold 45px "AvantGarde Bk BT";
    color: #333;
    line-height: 34px;
}

.index .in_title .cntit {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #0754a3;
}

.floor_1_main {
    height: 50px;
    border-bottom: #eeeeee solid 1px;
}

.floor_1_main .floor_1_z {
    float: left;
    width: 1100px;
    height: 50px;
}

.floor_1_main .floor_1_z .bd {
    height: 50px;
}

.floor_1_main .floor_1_z .bd li {
    height: 50px;
    line-height: 50px;
}

.floor_1_main .floor_1_z .bd li span {
    float: left;
}

.floor_1_main .floor_1_z .bd li i {
    float: left;
    display: block;
    width: 14px;
    height: 12px;
    background-position: -286px -64px;
    margin-top: 21px;
    margin-left: 38px;
}

.floor_1_main .floor_1_z .bd li p {
    display: block;
    float: left;
    padding-left: 8px;
}

.floor_1_main .floor_1_y {
    float: right;
    width: 72px;
    height: 49px;
}

/*公司宣传*/
.in_title {
    text-align: center;
}

.in_title p {
    display: inline-block;
    font-size: 36px;
    color: #016dbd;
    line-height: 36px;
    margin-top: 12px;
    font-weight: normal;
    position: relative;
    width: 100%;
}

.in_title h3 {
    text-align: center;
    height: 32px;
}

.floor_2_main {
    padding-top: 50px;
}

.floor_2_1 {
    width: 1200px;
    margin-top: 50px;
    position: relative;
}

.floor_2_1 ul {
    display: inline-block;
}

.floor_2_1 ul li {
    float: left;
    background: url(../images/a4_03.jpg) center center no-repeat;
    width: 232px;
    height: 380px;
    margin-right: 10px;
    text-align: center;
    background-size: cover;
}

.floor_2_1 ul li.li2 {
    background: url(../images/a4_05.jpg) center center no-repeat;
}

.floor_2_1 ul li.li3 {
    background: url(../images/a4_07.jpg) center center no-repeat;
}

.floor_2_1 ul li.li4 {
    background: url(../images/a4_09.jpg) center center no-repeat;
}

.floor_2_1 ul li.li5 {
    background: url(../images/i5.png) center center no-repeat;
    margin-right: 0;
}

.floor_2_1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.floor_2_1 ul li i {
    display: inline-block;
    width: 52px;
    height: 48px;
    background-position: -7px 0px;
    margin-top: 74px;
    transition: all .6s ease 0s;
}

.floor_2_1 ul li.li5 i {
    display: inline-block;
    width: 52px;
    height: 48px;
    margin-top: 74px;
    transition: all .6s ease 0s;
    background: url(../images/ii5.png) no-repeat;
}

.floor_2_1 ul li.li2 i {
    display: inline-block;
    width: 52px;
    height: 48px;
    background-position: -92px 0px;
}

.floor_2_1 ul li.li3 i {
    display: inline-block;
    width: 52px;
    height: 48px;
    background-position: -180px 0px;
}

.floor_2_1 ul li.li4 i {
    display: inline-block;
    width: 52px;
    height: 48px;
    background-position: -252px 0px;
}

.floor_2_1 ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-top: 18px;
}

.floor_2_1 ul li p span {
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    font-family: "Arial";
    padding-top: 6px;
    text-transform: uppercase;
    display: block;
}

.floor_2_1 ul li em {
    display: inline-block;
    width: 116px;
    height: 26px;
    border: #fff solid 2px;
    border-radius: 20px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    margin-top: 112px;
    transition: all .6s ease 0s;
}

.floor_2_1 ul li:hover i {
    transition: all .6s ease 0s;
    margin-top: 78px;
}

.floor_2_1 ul li:hover em {
    transition: all .6s ease 0s;
    margin-top: 102px;
    background-color: #fff;
    color: #43556b;
}

.floor_2_1 ul li:hover {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-box-shadow: 0 10px 20px #e4e4e4;
    box-shadow: 0 10px 20px #e4e4e4;
}

.gengduo {
    margin-top: 50px;
}

.gengduo a {
    display: block;
    width: 396px;
    height: 46px;
    border: #e5e5e5 solid 2px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 46px;
    margin: 0 auto;
    transition: .9s ease;
    border-radius: 8px;
}

.gengduo a:hover {
    background-color: #016dbd;
    transition: .9s ease;
    color: #fff;
    border: #016dbd solid 2px;
}


/*服务项目*/
.floor_3_main {
    background: url(../images/a5_02.jpg) center center no-repeat;
    width: 100%;
    height: 593px;
    margin-top: 100px;
}

.floor_3_main .in_title {
    text-align: center;
    padding-top: 50px;
}

.floor_3_main .in_title p {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    margin-top: 12px;
    font-weight: normal;
    position: relative;
    width: 100%;
}

.floor_3_1 {
    margin-top: 44px;
    position: relative;
    height: 415px;
}

.floor_3_1 .bd {
    float: left;
    width: 1200px;
    height: 415px;
}

.floor_3_1 .bd ul {
    display: inline-block;
}

.floor_3_1 .bd ul li {
    float: left;
    width: 1200px;
}

.floor_3_1 .bd ul li a {
    display: block;
}

.floor_3_1 .bd ul li .pic {
    width: 600px;
    height: 415px;
    float: left;
    position: relative;
}

.floor_3_1 .bd ul li .pic img {
    width: 600px;
    height: 415px;
    overflow: hidden;
    margin-top: 10px;
}

.floor_3_1 .bd ul li .pic i {
    display: block;
    background: url(../images/z1_03.png) center center no-repeat;
    width: 154px;
    height: 154px;
    position: absolute;
    top: 0px;
    right: -10px;
}

.floor_3_1 .bd ul li .title {
    float: right;
    width: 500px;
    height: 415px;
    margin-top: 70px;
}

.floor_3_1 .bd ul li .title h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    display: block;
}

.floor_3_1 .bd ul li .title h3 b {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    display: block;
    font-family: "Arial";
    padding-top: 50px;
    padding-bottom: 4px;
    font-weight: normal;
}

.floor_3_1 .bd ul li .title i {
    display: block;
    width: 48px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
}

.floor_3_1 .bd ul li .title p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-top: 26px;
}

.floor_3_1 .bd ul li .title em {
    display: block;
    width: 296px;
    height: 46px;
    border: #fff solid 2px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin-top: 30px;
    transition: .9s ease;
    border-radius: 8px;
}

.floor_3_1 .bd ul li em:hover {
    background-color: #fff;
    color: #333;
}

.floor_3_1 .hd .next {
    width: 60px;
    height: 60px;
    background-color: #818181;
    display: block;
    position: absolute;
    left: 540px;
    bottom: -10px;
}

.floor_3_1 .hd .prev {
    width: 60px;
    height: 60px;
    background-color: #016dbd;
    display: block;
    position: absolute;
    left: 600px;
    bottom: -10px;
}

.floor_3_1 .hd .next:hover {
    background-color: #016dbd;
}

.floor_3_1 .hd .next span {
    width: 12px;
    height: 23px;
    background-position: -163px -154px;
    margin-top: 19px;
    margin-left: 24px;
}

.floor_3_1 .hd .prev span {
    width: 12px;
    height: 23px;
    background-position: -185px -154px;
    margin-top: 19px;
    margin-left: 24px;
}

.floor_3_1 .hd .pageState {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 120px;
}

.floor_3_1 .hd .pageState span {
    font-size: 120px;
}

.floor_5_main {
    padding-top: 50px;
}

.floor_5_1 {
    width: 1200px;
    height: 410px;
    margin-top: 50px;
}

.floor_5_1 .floor_5_z {
    float: left;
    width: 610px;
    height: 410px;
    position: relative;
}

.floor_5_1 .floor_5_z a {
    display: block;
}

.floor_5_1 .floor_5_z .dk {
    height: 70px;
    width: 610px;
    margin-top: 20px;
}

.floor_5_1 .floor_5_z em {
    display: block;
    background: url(../images/a7_03.jpg) center center no-repeat;
    height: 320px;
    width: 610px;
}

.floor_5_1 .floor_5_z img {
    height: 300px;
    width: 590px;
    background-size: 100%;
    display: block;
    margin-left: 10px;
    padding-top: 10px;
}

.floor_5_1 .floor_5_z h3 {
    width: 464px;
    padding: 0;
    position: absolute;
    left: 134px;
    top: 334px;
    font-size: 18px;
    color: #333;
}

.floor_5_1 .floor_5_z p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    width: 464px;
    position: absolute;
    left: 134px;
    top: 366px;
    margin: 0;
    padding: 0;
}

.floor_5_1 .floor_5_z i {
    font-family: "Arial";
    display: block;
    font-size: 14px;
    color: #999999;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 376px;
    left: 18px;
}

.floor_5_1 .floor_5_z i span {
    display: block;
    font-size: 48px;
    color: #333;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -38px;
    left: 0px;
    font-weight: normal;
    line-height: 48px;
}

.floor_5_1 .floor_5_z b {
    border-right: #dadada solid 1px;
    float: left;
    width: 1px;
    height: 70px;
    margin-left: 100px;
}

.floor_5_1 .floor_5_z:hover i,
.floor_5_1 .floor_5_z:hover i span,
.floor_5_1 .floor_5_z:hover h3 {
    color: #016dbd;
}

.floor_5_1 .floor_5_y {
    float: right;
    width: 550px;
    height: 410px;
}

.floor_5_1 .floor_5_y ul {
    display: block;
    width: 640px;
    height: 431px;
    margin: 0 auto;
}

.floor_5_1 .floor_5_y ul li {
    height: 114px;
    border: #dadada solid 1px;
    width: 548px;
    margin-bottom: 32px;
}

.floor_5_1 .floor_5_y ul li a {
    display: block;
    width: 640px;
    height: 130px;
}

.floor_5_1 .floor_5_y ul li b {
    border-right: #dadada solid 1px;
    float: left;
    width: 1px;
    height: 70px;
    margin-left: 26px;
    margin-top: 23px;
}

.floor_5_1 .floor_5_y ul li p {
    float: left;
    font-size: 16px;
    color: #333;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    width: 382px;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-left: 24px;
}

.floor_5_1 .floor_5_y ul li p span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-top: 12px;
}

.floor_5_1 .floor_5_y ul li i {
    display: block;
    width: 56px;
    float: left;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    text-align: left;
    margin-left: 30px;
}

.floor_5_1 .floor_5_y ul li i span {
    display: block;
    font-size: 48px;
    color: #666666;
    line-height: 48px;
    padding-top: 24px;
}

.floor_5_1 .floor_5_y ul li:nth-child(4) {
    margin-bottom: 0;
}

.floor_5_1 .floor_5_y ul li:first-child+li+li+li {
    margin-bottom: 0;
}

.floor_5_1 .floor_5_y ul li:hover p {
    color: #016dbd;
}

.floor_5_1 .floor_5_y ul li:hover i,
.floor_5_1 .floor_5_y ul li:hover i span {
    color: #016dbd;
}

.floor_5_1 .floor_5_y ul li:hover {
    border: #016dbd solid 1px;
}

.floor_5_1 .floor_5_y ul li.li1 {
    display: none;
}

.floor_5_1 .floor_5_y ul li:hover,
.floor_5_1 .floor_5_z:hover {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-box-shadow: 0 3px 10px #e4e4e4;
    box-shadow: 0 3px 10px #e4e4e4;
}

.floor_6_main {
    padding-bottom: 100px;
    padding-top: 100px;
}

.floor_6_main .floor_6_1 {
    position: relative;
}

.floor_6_main .floor_6_1 .bd {
    width: 1198px;
    height: 108px;
    margin: 0 auto;
    overflow: hidden;
    border: #eeeeee solid 1px;
}

.floor_6_main .floor_6_1 .bdio {
    width: 1142px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}

.floor_6_main .floor_6_1 .bd ul {
    display: inline-block;
    height: 70px;
    overflow: hidden;
}

.floor_6_main .floor_6_1 .bd ul li {
    float: left;
    width: 198px;
    height: 68px;
    border: #eeeeee solid 1px;
    box-shadow: 0px 0px 16px #f3f3f3;
    position: relative;
    margin-right: 34px;
    overflow: hidden;
}

.floor_6_main .floor_6_1 .bd ul li img {
    width: 198px;
    height: 68px;
    transition: .9s;
}

.floor_6_main .floor_6_1 .bd ul li:hover {
    border: #016dbd solid 1px;
}

.floor_6_main .floor_6_1 .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}

.floor_6_main .floor_6_1 .hd .next {
    width: 60px;
    height: 60px;
    background-color: #818181;
    display: block;
    position: absolute;
    left: -90px;
    top: 26px;
}

.floor_6_main .floor_6_1 .hd .prev {
    width: 60px;
    height: 60px;
    background-color: #818181;
    display: block;
    position: absolute;
    right: -90px;
    top: 26px;
}

.floor_6_main .floor_6_1 .hd .next:hover {
    background-color: #016dbd;
}

.floor_6_main .floor_6_1 .hd .prev:hover {
    background-color: #016dbd;
}

.floor_6_main .floor_6_1 .hd .next span {
    width: 12px;
    height: 23px;
    background-position: -163px -154px;
    margin-top: 19px;
    margin-left: 24px;
}

.floor_6_main .floor_6_1 .hd .prev span {
    width: 12px;
    height: 23px;
    background-position: -185px -154px;
    margin-top: 19px;
    margin-left: 24px;
}







.reLink {
    height: 49px;
    padding: 0 10px;
    clear: left;
    border: #dddddd solid 1px;
    margin-top: 10px;
}

.reLink .prevLink {
    float: left;
}

.reLink a {
    transition: all 500ms ease 0s;
    color: #333;
}

.reLink .nextLink {
    text-align: right;
    float: right;
}

.reLink .nextLink,
.reLink .prevLink {
    color: #333;
    line-height: 49px;
    width: 50%;
    cursor: pointer;
}

.reLink a:hover {
    color: #15419c
}

.fenx {
    float: right;
}

.fenxiang {
    height: 40px;
}


.sub_banner {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    position: relative;
}

.sub_banner .sub_tou p {
    padding-top: 116px;
    color: #333333;
    font-size: 26px;
}

.sub_banner .sub_tou i {
    display: block;
    margin-top: 14px;
    width: 50px;
    height: 2px;
    background-color: #999999;
}

.sub_banner .sub_tou1 p {
    color: #fff;
}

.sub_banner .sub_tou1 i {
    background-color: #fff;
}

.title_top {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    background: url(../images/z2_02.png);
    width: 100%;
    color: #fff;
}

.title_top .sobtitle {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: right;
}

.title_top .sobtitle a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
}

.title_top .sobtitle i {
    display: inline-block;
    background: url(../images/z3_03.png) left no-repeat;
    padding-left: 24px;
}

.within_column {
    background: url(../images/z4_02.jpg) center center no-repeat;
    width: 100%;
    height: 50px;
}

.within_column a {
    display: inline-block;
    width: 170px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    border-right: #fff solid 1px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.within_column a:hover,
.within_column a.on {
    background-color: #fff;
    font-weight: bold;
    color: #1857a4;
}



/*效果*/

.nybanner,
.nybanner ul,
.nybanner img {
    height: 300px;
}

.ny_product {
    padding-top: 50px;
    padding-bottom: 60px;
}

.ny_product .product_lb {
    width: 1200px;
    display: inline-block;
}

.ny_product .product_lb .subleft {
    width: 272px;
}

.ny_product .product_lb .subleft .lefta {
    width: 270px;
    border: #bebebe solid 1px;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.ny_product .product_lb .subleft .lefta .title {
    width: 270px;
    height: 80px;
    background-color: #016dbd;
}

.ny_product .product_lb .subleft .lefta .title h2 a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 24px;
    padding-top: 28px;
    display: block;
    line-height: 26px;
    position: relative;
}

.ny_product .product_lb .subleft .lefta .title h2 a i {
    width: 26px;
    height: 26px;
    background-position: -93px -156px;
    float: right;
    position: absolute;
    top: 32px;
    right: 28px;
}

.ny_product .product_lb .subleft .lefta .comt {
    width: 270px;
    display: inline-flex;
}

.ny_product .product_lb .subleft .lefta .comt ul {
    display: inline-block;
    width: 270px;
}

.ny_product .product_lb .subleft .lefta .comt ul li {
    border-bottom: #bebebe solid 1px;
}

.ny_product .product_lb .subleft .lefta .comt ul li:nth-child(6) {
}

/***.ny_product .product_lb .subleft .lefta .comt ul li:nth-child(3){display:none}***/
.ny_product .product_lb .subleft .lefta .comt ul li a.tou {
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding-left: 13px;
    color: #666666;
    position: relative;
}

.ny_product .product_lb .subleft .lefta .comt ul li a.tou i {
    position: absolute;
    width: 11px;
    height: 11px;
    background-position: -256px -156px;
    right: 30px;
    top: 23px;
}

.ny_product .product_lb .subleft .lefta .comt ul li.on a.tou i,
.ny_product .product_lb .subleft .lefta .comt ul li:hover a.tou i,
.ny_product .product_lb .subleft .lefta .comt ul li.hover a.tou i {
    width: 11px;
    height: 2px;
    background-position: -272px -156px;
    right: 30px;
    top: 28px;
}

.ny_product .product_lb .subleft .lefta .comt ul li:hover a.tou,
.ny_product .product_lb .subleft .lefta .comt ul li.hover a.tou {
    color: #016dbd;
}

.ny_product .product_lb .subleft .lefta .comt ul li .drop {
    display: inline-block;
    width: 270px;
}

.ny_product .product_lb .subleft .lefta .comt ul li .drop a {
    display: block;
    width: 270px;
    padding-bottom: 14px;
    font-size: 15px;
    color: #666;
}

.ny_product .product_lb .subleft .lefta .comt ul li .drop a i {
    width: 8px;
    height: 10px;
    background-position: -292px -157px;
    float: left;
    margin-left: 24px;
    margin-right: 5px;
    margin-top: 10px;
}

.ny_product .product_lb .subleft .lefta .comt ul li .drop a:hover,
.ny_product .product_lb .subleft .lefta .comt ul li .drop a.hover {
    color: #016dbd;
}

.ny_product .product_lb .subleft .lefta1 {
    width: 270px;
    border: #bebebe solid 1px;
    border-top: none;
    border-bottom: none;
    margin-top: 28px;
}

.ny_product .product_lb .subleft .lefta1 .title {
    width: 270px;
    height: 80px;
    background-color: #016dbd;
}

.ny_product .product_lb .subleft .lefta1 .title h2 a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 28px;
    display: block;
    line-height: 26px;
    position: relative;
}

.ny_product .product_lb .subleft .lefta1 .title h2 a i {
    width: 26px;
    height: 26px;
    background-position: -124px -171px;
    float: right;
    position: absolute;
    top: 32px;
    right: 28px;
}

.ny_product .product_lb .subleft .lefta1 .comt {
    width: 270px;
    display: inline-flex;
}

.ny_product .product_lb .subleft .lefta1 .comt ul {
    display: inline-block;
    width: 270px;
}

.ny_product .product_lb .subleft .lefta1 .comt ul li {
    border-bottom: #bebebe solid 1px;
}

.ny_product .product_lb .subleft .lefta1 .comt ul li a {
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding-left: 30px;
    color: #666666;
    position: relative;
}

.ny_product .product_lb .subleft .lefta1 .comt ul li a i {
    width: 7px;
    height: 13px;
    background-position: -168px -136px;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 6px;
    position: absolute;
    right: 22px;
    top: 21px;
}

.ny_product .product_lb .subleft .lefta1 .comt ul li:hover a {
    color: #016dbd;
}

.ny_product .product_lb .subleft .lefta1 .comt ul li:hover a i {
    background-position: -182px -136px;
}

.ny_product .product_lb .subleft .lefta2 {
    width: 270px;
    border: #bebebe solid 1px;
    border-top: none;
    border-bottom: none;
    margin-top: 28px;
}

.ny_product .product_lb .subleft .lefta2 .title {
    width: 270px;
    height: 80px;
    background-color: #016dbd;
}

.ny_product .product_lb .subleft .lefta2 .title h2 a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 28px;
    display: block;
    line-height: 26px;
    position: relative;
}

.ny_product .product_lb .subleft .lefta2 .title h2 a i {
    width: 28px;
    height: 28px;
    background-position: -168px -171px;
    float: right;
    position: absolute;
    top: 30px;
    right: 28px;
}

.ny_product .product_lb .subleft .lefta2 .comt {
    width: 270px;
    display: inline-flex;
}

.ny_product .product_lb .subleft .lefta2 .comt ul {
    display: inline-block;
    width: 270px;
}

.ny_product .product_lb .subleft .lefta2 .comt ul li {
    border-bottom: #bebebe solid 1px;
}

.ny_product .product_lb .subleft .lefta2 .comt ul li a {
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-left: 24px;
    color: #666666;
    position: relative;
}

.ny_product .product_lb .subleft .lefta2 .comt ul li:hover a {
    color: #016dbd;
}

.ny_product .product_lb .subleft .lefta3 {
    width: 270px;
    border-top: none;
    border-bottom: none;
    margin-top: 28px;
}

.ny_product .product_lb .subleft .lefta3 .title {
    width: 270px;
    height: 80px;
    background-color: #016dbd;
}

.ny_product .product_lb .subleft .lefta3 .title h2 a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 28px;
    display: block;
    line-height: 26px;
    position: relative;
}

.ny_product .product_lb .subleft .lefta3 .title h2 a i {
    width: 28px;
    height: 28px;
    background-position: -214px -171px;
    float: right;
    position: absolute;
    top: 30px;
    right: 28px;
}

.ny_product .product_lb .subleft .lefta3 .comt {
    width: 270px;
    display: inline-flex;
}

.ny_product .product_lb .subleft .lefta3 .comt ul {
    display: inline-block;
    width: 270px;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li {
    border: #c9c9c9 dashed 1px;
    float: left;
    width: 128px;
    height: 33px;
    margin-top: 18px;
    margin-right: 10px;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li a {
    height: 33px;
    line-height: 33px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li:hover {
    border: #016dbd dashed 1px;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li:hover a {
    color: #016dbd;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(2),
.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(4),
.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(6),
.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(8),
.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(10),
.ny_product .product_lb .subleft .lefta3 .comt ul li:nth-child(12) {
    margin-right: 0;
}

.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li,
.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li+li+li,
.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li+li+li+li+li,
.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li+li+li+li+li+li+li,
.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li+li+li+li+li+li+li+li+li,
.ny_product .product_lb .subleft .lefta3 .comt ul li:first-child+li+li+li+li+li+li+li+li+li+li+li {
    margin-right: 0;
}

.ny_product .product_lb .case_you .title {
    height: 62px;
    font-size: 16px;
}

.ny_product .product_lb .case_you .title h3 {
    line-height: 62px;
    font-size: 22px;
    color: #016dbd;
    font-weight: bold;
}

.ny_product .product_lb .case_you .title .sobtitle {
    line-height: 62px;
    font-size: 15px;
    color: #cccccc;
}

.ny_product .product_lb .case_you .title .sobtitle a {
    font-size: 15px;
    color: #2f4056;
    margin: 0 6px;
}

.ny_product .product_lb .case_you .title .sobtitle i {
    display: block;
    width: 13px;
    height: 16px;
    background-position: -286px -85px;
    float: left;
    margin-top: 24px;
    margin-right: 8px;
}

.ny_product .product_lb .case_you .title .sobtitle a:last-child {
    color: #016dbd;
}

.ny_product .product_lb .case_you .title .sobtitle a:hover {
    color: #016dbd;
}

.ny_product .product_lb .case_you {
    width: 866px;
    border-top: #1b293e solid 3px;
}

.ny_product .product_lb .case_you ul.tieul {
    display: inline-block;
    width: 866px;
}

.ny_product .product_lb .case_you ul.tieul li.item {
    float: left;
    width: 270px;
    height: 260px;
    margin-bottom: 20px;
    margin-right: 24px;
    border: #f5f5f5 solid 1px;
    border-bottom: #f5f5f5 solid 3px;
    position: relative;
    text-align: center;
}

.ny_product .product_lb .case_you ul.tieul li.item img {
    width: 270px;
    height: 203px;
    display: block;
    background-size: 100%;
}

.ny_product .product_lb .case_you ul.tieul li.item p {
    font-size: 16px;
    color: #333333;
    display: block;
    padding-top: 14px;
}

.ny_product .product_lb .case_you ul.tieul li.item img {
    width: 270px;
    height: 203px;
    display: block;
    background-size: 100%;
}

.ny_product .product_lb .case_you ul.tieul li.item p {
    font-size: 16px;
    color: #333333;
    display: block;
    padding-top: 14px;
}

.ny_product .product_lb .case_you ul.tieul li.item:hover {
    border-bottom: #016dbd solid 3px;
}

.ny_product .product_lb .case_you ul.tieul li.item:hover p {
    color: #016dbd;
}

.ny_product .product_lb .case_you ul.tieul li.item i {
    display: block;
    width: 84px;
    height: 26px;
    border: #c5cdd7 solid 1px;
    border-radius: 14px;
    text-align: center;
    margin-left: 18px;
    line-height: 26px;
    font-size: 14px;
    color: #016dbd;
    margin-top: 14px;
}

.ny_product .product_lb .case_you ul.tieul li.item i:hover {
    background-color: #016dbd;
    color: #fff;
    border: #016dbd solid 1px;
}

.ny_product .product_lb .case_you ul.tieul li.item:hover {
    box-shadow: 0px 2px 11px #dadada;
}

/* 核心团队 */
.ny_product .product_lb .case_you ul.tieul {
    display: inline-block;
    width: 100%;
}

.ny_product .product_lb .case_you ul.tieul3 li.item {
    float: left;
    width: 23.7%;
    height: 100%;
    margin-bottom: 20px;
    margin-right: 1%;
    border: #f5f5f5 solid 1px;
    border-bottom: #f5f5f5 solid 3px;
    position: relative;
    text-align: center;
}

.ny_product .product_lb .case_you ul.tieul3 li.item:last-child {
    margin-right: 0;
}

.ny_product .product_lb .case_you ul.tieul3 li.item img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
}

.ny_product .product_lb .case_you ul.tieul3 li.item p {
    font-size: 16px;
    color: #333333;
    display: block;
    padding-top: 8px;
    font-weight: 600;
}

.ny_product .product_lb .case_you ul.tieul3 li.item img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
}

.ny_product .product_lb .case_you ul.tieul3 li.item span {
    font-size: 14px;
    color: #333333;
    display: block;
}

.ny_product .product_lb .case_you ul.tieul3 li.item:hover {
    border-bottom: #016dbd solid 3px;
}

.ny_product .product_lb .case_you ul.tieul3 li.item:hover p {
    color: #016dbd;
}

.ny_product .product_lb .case_you ul.tieul3 li.item i {
    display: block;
    width: 84px;
    height: 26px;
    border: #c5cdd7 solid 1px;
    border-radius: 14px;
    text-align: center;
    margin-left: 18px;
    line-height: 26px;
    font-size: 14px;
    color: #016dbd;
    margin-top: 14px;
}

.ny_product .product_lb .case_you ul.tieul3 li.item i:hover {
    background-color: #016dbd;
    color: #fff;
    border: #016dbd solid 1px;
}

.ny_product .product_lb .case_you ul.tieul3 li.item:hover {
    box-shadow: 0px 2px 11px #dadada;
}

/*  */
.pager {
    width: 846px;
    padding: 5px 10px;
    margin: 20px 0px;
    text-align: center;
}

.pager p {
    display: none;
}

.pager ul {
    display: inline-block;
}

.pager ul li {
    float: left;
    padding: 0;
    height: auto;
    border: none;
}

.pager ul a {
    margin-left: 5px;
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e4e4e4;
    text-decoration: none;
    float: left;
}

.pager ul a.current {
    background-color: #016dbd;
    border-color: #016dbd;
    color: #fff;
}

.pager ul a.current:hover {
    background-color: #016dbd;
    border-color: #016dbd;
    color: #fff;
}

.pager ul a:hover {
    background-color: inherit;
    color: inherit;
    border-color: #016dbd;
    *background-color: transparent;
    *color: #666;
}


.Hot_Products {
    width: 864px;
    border: #c9c9c9 solid 1px;
    margin-top: 30px;
}

.Hot_Products h3 {
    height: 34px;
    font-weight: normal;
    padding: 0 18px;
    padding-top: 18px;
}

.Hot_Products h3 p {
    font-size: 22px;
    color: #2f4056;
    float: left;
}

.Hot_Products h3 a {
    float: right;
    padding-top: 8px;
}

.Hot_Products ul {
    display: inline-block;
    clear: left;
    padding-top: 16px;
    margin-left: 16px;
}

/*.Hot_Products ul li{ float:left; width:268px; margin-left:16px; padding-bottom:12px; position:relative;}
.Hot_Products ul li img{ width:120px; height:80px; background-size:100%; float:left;}
.Hot_Products ul li p{ float:left; font-size:16px; color:#666666; padding-left:10px;padding-top:6px;}
.Hot_Products ul li:hover i{background-position:-219px -140px;}
.Hot_Products ul li:hover p{ color:#016dbd;}
.Hot_Products ul li:nth-child(3),.Hot_Products ul li:nth-child(6),.Hot_Products ul li:nth-child(9),.Hot_Products ul li:nth-child(12),.Hot_Products ul li:nth-child(15),.Hot_Products ul li:nth-child(18){ border-right:none;}
.Hot_Products ul li:first-child+li+li,.Hot_Products ul li:first-child+li+li+li+li+li,.Hot_Products ul li:first-child+li+li+li+li+li+li+li+li,.Hot_Products ul li:first-child+li+li+li+li+li+li+li+li+li+li+li,.Hot_Products ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li,.Hot_Products ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{ border-right:none;}*/

.Hot_Products ul li {
    float: left;
    width: 260px;
    height: 297px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: #f5f5f5 solid 1px;
    border-bottom: #f5f5f5 solid 3px;
    position: relative;
}

.Hot_Products ul li img {
    width: 260px;
    height: 193px;
    display: block;
    background-size: 100%;
}

.Hot_Products ul li p {
    font-size: 16px;
    color: #333333;
    display: block;
    padding-left: 18px;
    padding-top: 14px;
}

.Hot_Products ul li i {
    display: block;
    width: 84px;
    height: 26px;
    border: #c5cdd7 solid 1px;
    border-radius: 14px;
    text-align: center;
    margin-left: 18px;
    line-height: 26px;
    font-size: 14px;
    color: #016dbd;
    margin-top: 14px;
}

.Hot_Products ul li:hover {
    box-shadow: 0px 2px 11px #dadada;
}

.Hot_Products ul li:hover {
    border-bottom: #016dbd solid 3px;
}

.Hot_Products ul li i:hover {
    background-color: #016dbd;
    color: #fff;
    border: #016dbd solid 1px;
}


.Hot_Products ul li a.zxlo {
    display: block;
    width: 84px;
    height: 26px;
    border-radius: 14px;
    text-align: center;
    line-height: 26px;
    border: #CCC solid 1px;
    border-radius: 20px;
    font-size: 14px;
    color: #016dbd;
    position: absolute;
    left: 120px;
    top: 243px;
}

.Hot_Products ul li a.zxlo:hover {
    background-color: #016dbd;
    color: #fff;
    border: #016dbd solid 1px;
}

.Hot_Products ul li a.zxxq {
    display: block;
    width: 64px;
    height: 22px;
    border-radius: 14px;
    text-align: center;
    line-height: 22px;
    border: #CCC solid 1px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    left: 130px;
    top: 50px;
}


.News_developments {
    width: 864px;
    border: #c9c9c9 solid 1px;
    margin-top: 30px;
}

.News_developments h3 {
    height: 34px;
    font-weight: normal;
    padding: 0 18px;
    padding-top: 18px;
}

.News_developments h3 p {
    font-size: 22px;
    color: #2f4056;
    float: left;
}

.News_developments h3 a {
    float: right;
    padding-top: 8px;
}

.News_ne {
    padding-top: 20px;
    padding-bottom: 26px;
    height: 178px;
}

.News_ne img {
    float: left;
    width: 136px;
    height: 178px;
    background-size: 100%;
    margin-left: 20px;
}

.News_ne ul {
    float: right;
    width: 822px;
    margin-right: 22px;
}

.News_ne ul li {
    clear: left;
    display: inline-block;
    width: 822px;
    padding-bottom: 9px;
}

.News_ne ul li i {
    width: 8px;
    height: 8px;
    float: left;
    background-position: -195px -139px;
    margin-top: 4px;
}

.News_ne ul li p {
    float: left;
    font-size: 15px;
    color: #2f4056;
    padding-left: 8px;
    line-height: 16px;
}

.News_ne ul li em {
    float: right;
    font-size: 15px;
    color: #999999;
    font-family: "Arial";
}

.News_ne ul li:hover p {
    color: #016dbd;
}

.download .downul {
    display: inline-block;
    width: 866px;
}

.download .downul .item {
    display: inline-block;
    clear: left;
    width: 866px;
    border-bottom: #ededed solid 1px;
    padding: 16px 0;
}

.download .downul .item .a1 {
    float: left;
    display: block;
    line-height: 26px;
}

.download .downul .item .a1 i {
    width: 14px;
    height: 14px;
    background-position: -145px -215px;
    float: left;
    margin-top: 7px;
}

.download .downul .item .a1 p {
    float: left;
    padding-left: 8px;
}

.download .downul .item .a1:hover i {
    background-position: -164px -215px;
}

.download .downul .item .a2 {
    float: right;
    width: 132px;
    height: 26px;
    background-position: 0px -222px;
    transition: .6s ease;
}

.download .downul .item .a2:hover {
    background-position: 0px -256px;
    transition: .6s ease;
}

.ArticleTitle h1.bt {
    font-size: 24px;
    line-height: 25px;
    padding: 24px 0;
    text-align: center;
    font-weight: bold;
    color: #0165b6;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 5px;
}

.share .mark {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.share .mark span:first-child {
    margin-left: 0;
}

.share .mark span {
    margin-left: 14px;
}

.ArticleTencont {
    clear: left;
    line-height: 28px;
    padding: 20px 0 30px;
}

.thumblist .list {
    display: inline-block;
    width: 866px;
}

.thumblist .item {
    border-bottom: 1px dashed #b0b0b0;
    padding: 34px 0;
    clear: left;
    transition: all .5s;
}

.thumblist .item .img {
    width: 280px;
    height: 142px;
    display: block;
    overflow: hidden;
}

.thumblist .item .img img {
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.thumblist .item .img:hover img {
    transform: scale(1.06, 1.06);
}

.thumblist .item .txt {
    width: 550px;
    display: block;
}

.thumblist .item .txt h3 {
    font-size: 18px;
    font-weight: normal;
}

.thumblist .item .txt .desc {
    padding-top: 18px;
    color: #999;
    height: 67px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
}

.thumblist .item .txt span {
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    padding-right: 20px;
}

.thumblist .item .txt span em {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    background-position: -261px -108px;
}

.thumblist .item .txt span .time {
    width: 20px;
    height: 13px;
    background-position: -281px -108px;
}

.thumblist .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


.ny_bj {
    background-color: #f5f5f5;
}

.ny_top {
    text-align: center;
    position: relative;
    padding-bottom: 28px;
}

.ny_top p {
    font-size: 14px;
    color: #999999;
    width: 100%;
    padding-top: 4px;
    text-align: center;
    font-weight: normal;
}

.ny_top h3 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline;
    z-index: 2;
    color: #016dbd;
}

.ny_top i:first-child {
    left: -487px;
    right: auto;
}

.ny_top i {
    background: #d9d9d9;
    width: 400px;
    height: 1px;
    display: block;
    position: absolute;
    right: -487px;
    top: 24px;
    display: block;
}

.subleft .lefta4 {
    border: #bebebe solid 1px;
    width: 270px;
    overflow: hidden;
    background-color: #fff;
}

.subleft .lefta4 .title {
    width: 272px;
    height: 70px;
    background-color: #016dbd;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
}

.subleft .lefta4 .comt {
    display: inline-block;
    padding: 8px 0;
    *padding-top: 18px;
}

.subleft .lefta4 .comt li {
    height: 37px;
    list-style: none;
    display: block;
    list-style: none outside none;
    margin: 0;
}

.subleft .lefta4 .comt li i {
    width: 8px;
    height: 8px;
    background-position: -145px -256px;
    margin-right: 10px;
    margin-left: 30px;
}

.subleft .lefta4 .comt li:hover i {
    background-position: -158px -256px;
}

.subleft .leftac4 {
    border: #bebebe solid 1px;
    width: 270px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.subleft .leftac4 .title h2 {
    width: 200px;
    height: 52px;
    border-bottom: #c9c9c9 solid 1px;
    margin-top: 10px;
    line-height: 52px;
    font-size: 24px;
    color: #0464af;
    margin-left: 20px;
    font-weight: normal;
}

.subleft .leftac4 .title h2 a {
    display: block;
    color: #016dbd;
}

.subleft .leftac4 ul {
    display: inline-block;
    margin-left: 20px;
    margin-top: 6px;
    padding-bottom: 36px;
}

.subleft .leftac4 ul li {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    width: 225px;
}

.subleft .leftac4 ul li a {
    display: block;
    width: 150px;
    height: 50px;
    background: url(../images/zz1_03.jpg) center center no-repeat;
    margin-top: 24px;
}

.subright {
    width: 918px;
}

.subright .sub_top {
    width: 918px;
    height: 344px;
    position: relative;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
    box-shadow: 0px 1px 2px #c9c9c9;
    background-color: #fff;
}

.subright .sub_top em {
    float: left;
    margin-top: 80px;
    width: 552px;
    height: 251px;
    display: block;
    margin-left: 42px;
}

.subright .sub_top img {
    width: 552px;
    height: 251px;
}

.subright .sub_top h3 {
    font-size: 24px;
    color: #016dbd;
    position: absolute;
    left: 38px;
    top: 24px;
    font-weight: bold;
}

.subright .sub_top .subright_tu {
    float: left;
    width: 286px;
    margin-top: 30px;
}

.subright .sub_top .subright_tu .bd {
    width: 286px;
    height: 214px;
    margin-top: 20px;
}

.subright .sub_top .subright_tu .bd li {
    display: block;
    clear: left !important;
}

.subright .sub_top .subright_tu .bd li b {
    font-size: 14px;
    color: #333333;
    height: 28px;
    display: block;
    background: url(../images/xa_03.png) no-repeat;
    padding-left: 12px;
}

.subright .sub_top .subright_tu .bd li p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 20px;
}

.subright .sub_top .subright_tu .hd {
    float: right;
}

.subright .sub_top .subright_tu .hd ul {
    display: inline-block;
}

.subright .sub_top .subright_tu .hd ul li {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: #999999 solid 1px;
    margin: 0 8px;
    font-size: 14px;
    color: #333;
    float: left;
}

.subright .sub_top .subright_tu .hd ul li.on {
    color: #fff;
    background-color: #f79b21;
    border: #f79b21 solid 1px;
}

.subright .sub_bottom {
    width: 918px;
    height: 318px;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
    box-shadow: 0px 1px 2px #c9c9c9;
    background-color: #fff;
    margin-top: 18px;
    overflow: hidden;
    *margin-top: 33px;
}

.subright .sub_bottom h3 {
    font-size: 24px;
    color: #016dbd;
    padding-top: 22px;
    padding-left: 42px;
    font-weight: bold;
}

.subright .sub_bottom p {
    width: 836px;
    height: 170px;
    margin-top: 24px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-left: 42px;
}

.subright .sub_bottom a {
    width: 140px;
    height: 45px;
    background-color: #f79b21;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    display: block;
    float: right;
    margin-right: 50px;
}

.ny_zj {
    display: inline-block;
    width: 1200px;
}

.product_lb .floor_1_1 {
    clear: left;
    margin-top: 54px;
}

.plaguing {
    width: 100%;
    background: url(../images/a9_02.jpg) center center no-repeat;
    height: 1004px;
}

.plag_tit {
    position: relative;
}

.plag_tit h3 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding-top: 64px;
    margin-left: -122px;
}

.plag_tit h3 span {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding-top: 14px;
    display: block;
}

.plag {
    width: 450px;
}

.plag h4 {
    font-size: 24px;
    color: #016dbd;
    height: 46px;
    border-bottom: #dddddd solid 1px;
    font-weight: normal;
}

.plag p {
    font-size: 16px;
    color: #333;
    padding-top: 12px;
    font-weight: bold;
}

.plag p span {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 4px;
    display: block;
    font-weight: normal;
}

.plag1 {
    position: absolute;
    left: 0;
    top: 228px;
}

.plag2 {
    position: absolute;
    left: 748px;
    top: 520px;
}

.plag3 {
    position: absolute;
    left: 0;
    top: 776px;
}

.plag_xi {
    background: url(../images/a10_02.jpg) center center no-repeat;
    width: 100%;
    height: 180px;
    -moz-box-shadow: 0px 1px 2px #d9d9d9;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9;
    box-shadow: 0px 1px 2px #d9d9d9;
}

.plag_xi i {
    display: block;
    width: 1200px;
    height: 118px;
}

.plag_xi a {
    display: block;
    width: 128px;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 18px;
    color: #0a6cbf;
    margin-left: 6px;
    text-align: center;
    line-height: 40px;
}

.plag_xi a:hover {
    background-color: #f79b21;
    color: #fff;
}

.plag_you {
    width: 100%;
    background-color: #fff;
    height: 637px;
}

.plag_tt {
    background: url(../images/a11_03.jpg) center center no-repeat;
    width: 1200px;
    height: 637px;
    position: relative;
}

.plag_tt dl {
    width: 372px;
    display: inline-block;
}

.plag_tt dl dt {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: #333333 solid 1px;
    border-radius: 50%;
    float: left;
}

.plag_tt dl dd {
    width: 336px;
    float: right;
}

.plag_tt dl dd p {
    line-height: 18px;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.plag_tt dl dd span {
    display: block;
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.plag_tt .ny_top {
    padding-top: 50px;
}

.plag_tt .ny_top i {
    width: 340px;
    right: -392px;
    *margin-top: 50px;
}

.plag_tt .ny_top i:first-child {
    left: -392px;
    right: auto;
}

.plag_tt .dl1 {
    position: absolute;
    left: 0;
    top: 140px;
}

.plag_tt .dl2 {
    position: absolute;
    left: 0;
    top: 308px;
}

.plag_tt .dl3 {
    position: absolute;
    left: 0;
    top: 456px;
}

.plag_tt .dl4 {
    position: absolute;
    right: 0;
    top: 146px;
}

.plag_tt .dl5 {
    position: absolute;
    right: 0;
    top: 456px;
}

.plag_tt a {
    display: block;
    width: 250px;
    height: 60px;
    background-color: #016dbd;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -125px;
}

.plag_tt a:hover {
    background-color: #2486dd;
}

.plag_tt dl:hover {
    margin-top: -10px;
    transition: all .6s ease 0s;
}

.plag_tei {
    height: 658px;
}

.plag_tei .ny_top {
    padding-top: 50px;
}

.plag_tei .ny_top i {
    width: 340px;
    right: -392px;
    *margin-top: 50px;
}

.plag_tei .ny_top i:first-child {
    left: -392px;
    right: auto;
}

.plag_si {
    position: relative;
}

.plag_si .niu {
    width: 394px;
    height: 202px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.plag_si .niu dl {
    width: 394px;
    height: 202px;
    position: relative;
}

.plag_si .niu dl dt {
    font-size: 80px;
    color: #016dbd;
    position: absolute;
    top: -30px;
    left: -8px;
    line-height: 80px;
}

.plag_si .niu dl dd {
    width: 342px;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 22px;
}

.plag_si .niu dl dd p {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.plag_si .niu dl dd p span {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.plag_si .niu:hover {
    margin-top: -10px;
    transition: all .6s ease 0s;
}

.plag_si .dl1 {
    position: absolute;
    left: 0;
    top: 148px;
}

.plag_si .dl3 {
    position: absolute;
    left: 0;
    top: 410px;
}

.plag_si .dl2 {
    position: absolute;
    right: 0;
    top: 148px;
}

.plag_si .dl4 {
    position: absolute;
    right: 0;
    top: 410px;
}

.plag_si .dl2 dl dt,
.plag_si .dl4 dl dt {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 22px;
    position: absolute;
    top: -30px;
    right: 18px;
    left: auto;
}

.plag_si .dl2 dl dd,
.plag_si .dl4 dl dd {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 22px;
}

.plag_si b {
    display: block;
    width: 541px;
    height: 179px;
    position: absolute;
    left: 331px;
    top: 312px;
    z-index: 1;
}

.plag_lji {
    width: 100%;
    height: 180px;
    background: url(../images/a13_02.jpg) center center no-repeat;
    -moz-box-shadow: 0px 1px 2px #d9d9d9;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9;
    box-shadow: 0px 1px 2px #d9d9d9;
}

.plag_lji p {
    float: left;
    padding-top: 40px;
    font-size: 44px;
    color: #fff;
    line-height: 44px;
    font-family: "Impact";
}

.plag_lji p a {
    width: 271px;
    height: 43px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 18px;
    color: #016dbd;
    line-height: 43px;
    margin-top: 12px;
    display: block;
    font-weight: bold;
    font-family: "microsoft yahei";
    text-align: center;
}

.plag_lji p a:hover {
    background-color: #016dbd;
    color: #fff;
}

.environment {
    height: 762px;
    width: 100%;
}

.environment .ny_top {
    padding-top: 50px;
}

.environment .ny_top {
    text-align: center;
    position: relative;
    padding-bottom: 28px;
}

.environment .ny_top p {
    font-size: 14px;
    color: #999999;
    width: 100%;
    padding-top: 4px;
    text-align: center;
}

.environment .ny_top h3 {
    font-size: 32px;
    font-weight: 100;
    position: relative;
    display: inline;
    z-index: 2;
    color: #016dbd;
}

.environment .ny_top i:first-child {
    left: -536px;
    right: auto;
}

.environment .ny_top i {
    background: #d9d9d9;
    width: 400px;
    height: 1px;
    display: block;
    position: absolute;
    right: -526px;
    top: 24px;
    display: block;
    *margin-top: 50px;
}

.environment em {
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
}

.other_systems {
    height: 384px;
    width: 100%;
}

.other_systems .ny_top {
    padding-top: 50px;
}

.other_systems .ny_top {
    text-align: center;
    position: relative;
    padding-bottom: 28px;
}

.other_systems .ny_top p {
    font-size: 14px;
    color: #999999;
    width: 100%;
    padding-top: 4px;
    text-align: center;
    font-weight: normal;
}

.other_systems .ny_top h3 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    display: inline;
    z-index: 2;
    color: #016dbd;
}

.other_systems .ny_top i:first-child {
    left: -440px;
    right: auto;
}

.other_systems .ny_top i {
    background: #d9d9d9;
    width: 390px;
    height: 1px;
    display: block;
    position: absolute;
    right: -440px;
    top: 24px;
    display: block;
    *margin-top: 50px;
}

.other_systems ul {
    display: inline-block;
}

.other_systems ul li {
    width: 239px;
    border-right: #999999 dashed 1px;
    text-align: center;
    height: 212px;
    float: left;
}

.other_systems ul li i {
    display: inline-block;
    width: 79px;
    height: 79px;
    background-position: 0px -290px;
    margin-top: 50px;
}

.other_systems ul li p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    padding-top: 12px;
}

.other_systems ul li.li2 i {
    display: inline-block;
    width: 77px;
    height: 79px;
    background-position: -94px -290px;
}

.other_systems ul li.li3 i {
    display: inline-block;
    width: 79px;
    height: 79px;
    background-position: -188px -290px;
}

.other_systems ul li.li4 i {
    display: inline-block;
    width: 89px;
    height: 79px;
    background-position: -285px -290px;
}

.other_systems ul li.li5 i {
    display: inline-block;
    width: 67px;
    height: 77px;
    background-position: -397px -290px;
}

.other_systems ul li:hover i {
    margin-top: 46px;
    transition: .6s ease;
}



.other_contrast {
    background: url(../images/a16_02.jpg) center center no-repeat;
    width: 100%;
    height: 493px;
}

.other_contrast .floor_9_you {
    float: left;
    padding-top: 56px;
}

.other_contrast .other_1 {
    float: left;
    width: 326px;
    margin-left: 40px;
    padding-top: 60px;
}

.other_contrast .other_1 ul {
    display: inline-block;
}

.other_contrast .other_1 ul li.li1 {
    font-size: 24px;
    color: #016dbd;
    font-weight: bold;
    line-height: 24px;
}

.other_contrast .other_1 ul li.li1 span {
    color: #f31414;
    display: inline-block;
    padding-left: 8px;
}

.other_contrast .other_1 ul li.li2 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    width: 300px;
    padding-top: 10px;
}

.other_contrast .other_1 ul li.li3 {
    font-size: 48px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 74px;
}

.other_contrast .other_1 ul li.li4 {
    padding-top: 20px;
}

.other_contrast .other_1 ul li.li4 i {
    width: 59px;
    height: 60px;
    background-position: -237px -226px;
    float: left;
}

.other_contrast .other_1 ul li.li4 p {
    float: right;
}

.other_contrast .other_1 ul li.li4 p span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.other_2 {
    width: 406px;
    float: right;
    padding-top: 63px;
}

.other_2 .item .txt {
    width: 404px;
    height: 53px;
    font-size: 14px;
    line-height: 53px;
    text-indent: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #999999;
    margin-bottom: 26px;
}

.other_2 .item .area {
    width: 404px;
    height: 106px;
    margin-bottom: 26px;
    *margin-left: -8px;
    background: #fff;
    font-size: 14px;
    text-indent: 8px;
    line-height: 36px;
    border: 1px solid #d9d9d9;
    resize: none;
    *resize: none;
    -webkit-appearance: none;
    color: #999999;
}

.other_2 .submit .btn {
    width: 406px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    background-color: #016dbd;
    color: #fff;
    cursor: pointer;
    border: none;
}

.zhinen .ny_top i:first-child {
    left: -360px;
    right: auto;
}

.zhinen .ny_top i {
    background: #d9d9d9;
    width: 350px;
    height: 1px;
    display: block;
    position: absolute;
    right: -360px;
    top: 24px;
    display: block;
}

.indicator_system {
    background: url(../images/a17_02.jpg) center center no-repeat;
    width: 100%;
    height: 731px;
}

.indicator_system .plag_tit h3 {
    color: #016dbd;
    margin-left: 0;
    padding-top: 46px;
}

.indicator_system .plag_tit h3 span {
    color: #999999;
    font-weight: normal;
}

.indicator_han dl {
    width: 412px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
}

.indicator_han dl dt {
    width: 34px;
    height: 59px;
    background-position: -267px -51px;
    font-size: 20px;
    color: #fff;
    float: right;
    padding-top: 6px;
}

.indicator_han dl dd {
    float: left;
    width: 352px;
    text-align: right;
}

.indicator_han dl dd h4 {
    font-size: 24px;
    color: #016dbd;
    line-height: 24px;
}

.indicator_han dl dd p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
    padding-top: 20px;
}

.indicator_han dl dd p span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding-top: 10px;
    line-height: 24px;
}

.indicator_han1 {
    width: 412px;
    position: absolute;
    left: 140px;
    top: 150px;
}

.indicator_han2 {
    width: 564px;
    position: absolute;
    right: 0px;
    top: 446px;
}

.indicator_han2 dl {
    width: 564px;
}

.indicator_han2 dl dt {
    float: left;
}

.indicator_han2 dl dd {
    float: right;
    width: 502px;
    text-align: left;
}

.indicator1 {
    background: url(../images/a19_02.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    -moz-box-shadow: 0px 1px 2px #d9d9d9;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9;
    box-shadow: 0px 1px 2px #d9d9d9;
}

.indicator2 {
    background: url(../images/a20_02.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    -moz-box-shadow: 0px 1px 2px #d9d9d9;
    -webkit-box-shadow: 0px 1px 2px #d9d9d9;
    box-shadow: 0px 1px 2px #d9d9d9;
}

.indicator2 dl {
    display: inline-block;
    width: 1200px;
}

.indicator2 dl dt {
    float: left;
    padding-top: 56px;
}

.indicator2 dl dt i {
    display: block;
    font-size: 38px;
    color: #fff;
    line-height: 40px;
}

.indicator2 dl dt span {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 32px;
    padding-top: 10px;
}

.indicator2 dl dd {
    float: right;
    padding-top: 40px;
    width: 258px;
}

.indicator2 dl dd p {
    font-size: 16px;
    color: #fff;
}

.indicator2 dl dd p s {
    width: 18px;
    height: 18px;
    background-position: -118px -97px;
    margin-right: 6px;
}

.indicator2 dl dd i {
    display: block;
    font-size: 35px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
    padding-top: 8px;
}

.indicator2 dl dd a {
    width: 210px;
    height: 42px;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #016dbd;
    margin-top: 12px;
}

.indicator2 dl dd a:hover {
    background-color: #f79b21;
    color: #fff;
}

.kzo .environment {
    background-color: #fff;
}

.indicator3 {
    background-color: #fff;
    padding-top: 50px;
}

.indicator3 .ny_top i:first-child {
    left: -230px;
    right: auto;
}

.indicator3 .ny_top i {
    background: #d9d9d9;
    width: 210px;
    height: 1px;
    display: block;
    position: absolute;
    right: -230px;
    top: 24px;
    display: block;
}

.indicator3 ul {
    display: inline-block;
}

.indicator3 ul li {
    display: inline-block;
    float: left;
    width: 104px;
    text-align: center;
    margin-right: 170px;
    margin-top: 26px;
}

.indicator3 ul li i {
    width: 104px;
    height: 104px;
    background-position: 0px 0px;
}

.indicator3 ul li p {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
}

.indicator3 ul li.li5,
.indicator3 ul li.li10 {
    margin-right: 0;
}

.indicator3 ul li.li2 i {
    background-position: -109px 0px;
}

.indicator3 ul li.li3 i {
    background-position: -219px 0px;
}

.indicator3 ul li.li4 i {
    background-position: -330px 0px;
}

.indicator3 ul li.li5 i {
    background-position: -440px 0px;
}

.indicator3 ul li.li6 i {
    background-position: -0px -134px;
}

.indicator3 ul li.li7 i {
    background-position: -109px -134px;
}

.indicator3 ul li.li8 i {
    background-position: -219px -134px;
}

.indicator3 ul li.li9 i {
    background-position: -330px -134px;
}

.indicator3 ul li.li10 i {
    background-position: -440px -134px;
}

.other_2 .item .n-top {
    position: absolute;
    left: 0;
    top: 0px;
}

.other_2 .item.item1 .n-top {
    top: 0;
    *left: 4px;
}

.other_2 .item {
    position: relative;
}




.showProduct .photo {
    width: 480px;
    position: relative;
}

.showProduct .photo .jqzoom {
    width: 480px;
    height: 300px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
}

.showProduct .photo .img {
    width: 480px;
    height: 300px;
    display: block;
    background-size: 100%;
}

.showProduct .photo .photoimg {
    width: 480px;
    height: 71px;
    margin-top: 12px;
    position: relative;
}

.showProduct .photo .photoimg .prev {
    left: -4px;
    background-position: -24px -135px;
}

.showProduct .photo .photoimg .ico {
    width: 12px;
    height: 30px;
    z-index: 10;
    position: absolute;
    top: 24px;
    cursor: pointer;
}

.showProduct .photo .photoimg .list {
    width: 436px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.showProduct .photo .photoimg .listcon {
    width: 300%;
}

.showProduct .photo .photoimg a {
    width: 95px;
    height: 71px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 14px;
}

.showProduct .photo .photoimg a img {
    width: 95px;
    height: 71px;
    display: block;
}

.showProduct .photo .photoimg a:hover img,
.showProduct .photo .photoimg a.hover img {
    border: 3px solid #016dbd;
    width: 89px;
    height: 65px;
}

.showProduct .photo .photoimg .next {
    right: -4px;
    background-position: -45px -135px;
}

.showProduct .imgtxtcon {
    width: 384px;
    float: left;
}

.showProduct .imgtxtcon .tit {
    font-size: 24px;
    color: #363636;
    padding-left: 46px;
    line-height: 30px;
    margin-bottom: 10px;
}

.showProduct .imgtxtcon .tit2 {
    color: #333;
    padding-left: 46px;
    font-size: 16px;
    margin-bottom: 30px;
}

.showProduct .imgtxtcon .tel {
    font-size: 20px;
    padding-left: 46px;
}

.showProduct .showp_txt {
    padding: 20px 0 50px 0;
    position: relative;
}

.showProduct .showp_txt .tit {
    width: 100%;
    height: 60px;
    line-height: 70px;
    position: relative;
    z-index: 10;
    font-size: 24px;
    font-size: 20px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
}



.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 135px;
    height: 38px;
    line-height: 38px;
    margin-left: 25px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.showProduct .imgtxtcon .btn1 {
    background: #016dbd;
    margin-left: 46px;
}

.showProduct .imgtxtcon .btn2:hover {
    background: #444;
}

.showProduct .imgtxtcon .btn2 {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    background: #999999;
}

.showProduct .xiadan {
    position: relative;
}

.showProduct .xiadan .product_details_pic_dowm_hover {
    position: absolute;
    left: 47px;
    top: 58px;
    width: 135px;
    height: 0px;
    transition: all ease-in-out .2s;
}

.showProduct .xiadan .product_details_pic_dowm_hover img {
    width: 200px;
    height: 0px;
    transition: all ease-in-out .2s;
    background-size: 100%;
}

.showProduct .xiadan .btn1:hover .product_details_pic_dowm_hover {
    height: 200px;
}

.showProduct .xiadan .btn1:hover .product_details_pic_dowm_hover img {
    width: 200px;
    height: 200px;
}

.ArticleTitle h1.bt {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    color: #333;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 5px;
}

.case_you .mark {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.case_you .mark span:first-child {
    margin-left: 0;
}

.case_you .mark span {
    margin-left: 14px;
}

.case_you .mark span {
    margin-left: 14px;
}



.ny_product .product_lb .case_you ul.tieul li.li {
    width: 201px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ny_product .product_lb .case_you ul.tieul li.li img {
    width: 100%;
}

.rongyu {
    width: 866px;
    overflow: hidden;
}

.ny_product .product_lb .case_you ul.tieul li.li p {
    padding-top: 6px;
}

.ny_product .product_lb .case_you ul.tieul {
    width: 105%;
}

.location_top {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.location {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: relative;
    clear: left;
    border-bottom: 1px solid #eee;
}

.location_top .menu {
    height: 60px;
    line-height: 60px;
}

.location_top .menu a {
    padding: 0;
    height: 60px;
    line-height: 60px;
    margin-right: 35px;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #363636;
    display: inline-block;
    position: relative;
}

.location_top .menu a:hover i,
.location_top .menu a.hover i {
    width: 100%;
    margin-left: -50%;
}

.location_top .menu a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #016dbd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.location_top .sitepath {
    color: #363636;
}

.location_top .sitepath a {
    color: #363636;
    margin: 0 6px;
}

.location_top .sitepath i {
    display: block;
    width: 13px;
    height: 16px;
    background-position: -286px -85px;
    float: left;
    margin-top: 24px;
    margin-right: 8px;
}

.location_top .sitepath a:hover {
    color: #016dbd;
}

.location_top .sitepath a:last-child {
    color: #016dbd;
}

.cen_o,
.ccc_i,
.jjian {
    padding: 55px 0 56px;
    min-height: 300px;
}

.ccc_i .pager {
    width: 1180px;
}

.ccc_i .changjian {
    width: 1200px;
    overflow: hidden;
}

.ccc_i .tieul {
    display: inline-block;
    width: 105%;
}

.ccc_i .tieul .li {
    display: inline-block;
    float: left;
    width: 220px;
    text-align: center;
    padding-bottom: 26px;
    margin-right: 25px;
}

.ccc_i .tieul .li img {
    width: 218px;
    height: 97px;
    border: #b6b6b6 solid 1px;
}

.ccc_i .tieul .li:hover img {
    border: #016dbd solid 1px;
}

.ccc_i .tieul .li p {
    padding-top: 4px;
}

.xiangqing .product_lb .case_you {
    width: 1200px;
    border-top: none;
}

.cen_o .changjian {
    width: 1200px;
    overflow: hidden;
}

.cen_o .changjian .tieul {
    width: 105%;
}

.cen_o .changjian .tieul li.li {
    float: left;
    width: 284px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cen_o .changjian .tieul li.li img {
    width: 100%;
    transition: .9s ease;
}

.cen_o .changjian .tieul li.li p {
    padding-top: 8px;
}

.cen_o .pager {
    width: 1180px;
}

.cen_o .changjian .tieul li.li .a1 {
    width: 284px;
    overflow: hidden;
    display: block;
    height: 214px;
}

.cen_o .changjian .tieul li.li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}


.location_top .menu h3 {
    padding: 0;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    margin-right: 35px;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #363636;
    display: inline-block;
    position: relative;
}

.conteo .menu h3 i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #016dbd;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.conteo .menu h3 i {
    width: 100%;
    margin-left: -50%;
}

.contact_main_3 {
    text-align: center;
    clear: left;
    padding-bottom: 90px;
    padding-top: 80px;
}

.contact_main_3 .title h3 {
    font-size: 30px;
    color: #737373;
    height: 98px;
    font-weight: normal;
}

.contact_main_3 .title h3 span {
    display: block;
    font-size: 14px;
    color: #737373;
    font-family: "Arial";
    text-transform: uppercase;
}

.contact_main_3 .item .txt {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    text-indent: 8px;
    border: none;
    background-color: #f1f1f1;
    color: #737373;
    padding-left: 6px;
    box-sizing: border-box;
}

.contact_main_3 .item .area {
    width: 1188px;
    height: 148px;
    *margin-left: -8px;
    background: #f1f1f1;
    font-size: 14px;
    text-indent: 8px;
    line-height: 18px;
    resize: none;
    *resize: none;
    -webkit-appearance: none;
    color: #737373;
    border: none;
    line-height: 40px;
    padding-left: 6px;
}

.contact_main_3 .submit {
    display: block;
    clear: left;
}

.contact_main_3 .submit .btn {
    width: 278px;
    height: 52px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 52px;
    color: #016dbd;
    cursor: pointer;
    border: #d3d7e3 solid 1px;
    background-color: #fff;
    display: inline-block;
}

.contact_main_3 .submit .btn:hover {
    background-color: #F0F0F0;
}

.contact_main_3 .item {
    float: left;
    position: relative;
    /* width: 373px; */
    width: 48%;
    padding-top: 20px;
}

.contact_main_3 .item .n-top {
    position: absolute;
    left: 0;
    top: 20px;
}

.contact_main_3 .item.item4,
.contact_main_3 .item.item2 {
    margin-left: 3.5%;
}

.aboutPage {
    padding-top: 50px;
}

/* .contact_main_3 .item.item3,
.contact_main_3 .item.item5 {
    *margin-right: 38px;
} */


.about_tit {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.about_tit h3 {
    font-size: 30px;
    font-weight: 100;
    position: relative;
    display: inline;
    z-index: 11;
    color: #4e4e4e;
}

.about_tit i {
    background: #bababa;
    width: 200px;
    height: 1px;
    display: block;
    position: absolute;
    right: -226px;
    top: 24px;
    display: block;
}

.about_tit i:first-child {
    left: -226px;
    right: auto;
}

.about_tit p {
    font-size: 66px;
    color: #e0e0e0;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -0px;
    z-index: 10;
    font-family: Arial;
    *zoom: 1;
    *display: block;
    *height: 94px;
    font-family: "Arial";
}

.about_toi {
    background-color: #fff;
}

.about_tlo {
    background-color: #fff;
    height: 100px;
    width: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.sitemap .cont {
    padding-bottom: 60px;
}

.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
}

.map_ul li {
    display: block;
    width: 100%;
    padding: 0;
}

.map_ul li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    background: #f3f3f3;
    text-indent: 15px;
    margin-bottom: 15px;
}

.map_ul .list-inline {
    display: block;
    width: 86%;
}

.map_ul .list-inline li {
    height: 32px;
    display: inline-block;
    *display: inline;
    margin: 0px 5px 15px 0;
    zoom: 1;
    line-height: 32px;
    border-bottom: 0;
    text-align: center;
    width: auto;
    padding: 0px;
}

.map_ul .list-inline li a {
    font-weight: normal;
    display: block;
    text-indent: 0;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    width: auto;
    border: 1px solid #ccc;
}

.map_ul li a:hover {
    color: #016dbd;
}

.map_ul .list-inline li a:hover {
    background: #016dbd;
    color: #fff;
    border: 1px solid #016dbd;
}

.title_top .sobtitle .lf p a {
    display: inline-block;
    background-color: #e7c681;
    color: #fff;
}




.indicator4 {
    padding-top: 50px;
}

.indicator4 .ny_top i:first-child {
    left: -240px;
    right: auto;
}

.indicator4 .ny_top i {
    background: #d9d9d9;
    width: 180px;
    height: 1px;
    display: block;
    position: absolute;
    right: -240px;
    top: 24px;
    display: block;
}

.ind_bottom {
    position: relative;
    background: url(../images/z4_03.png) center center no-repeat;
    width: 1198px;
    height: 615px;
}

.ind_bottom dl {
    width: 385px;
}

.ind_bottom dl dt {
    float: left;
    width: 101px;
    height: 56px;
    background-position: 0px -378px;
}

.ind_bottom dl dd {
    float: right;
    width: 284px;
}

.ind_bottom dl dd p {
    font-size: 20px;
    color: #333333;
}

.ind_bottom dl dd p span {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 6px;
    display: block;
}

.ind_bottom dl.dl1 {
    position: absolute;
    left: 832px;
    top: 74px;
}

.ind_bottom dl.dl2 {
    position: absolute;
    left: 860px;
    top: 296px;
}

.ind_bottom dl.dl3 {
    position: absolute;
    left: 802px;
    top: 482px;
}

.ind_bottom dl.dl4 {
    position: absolute;
    left: -72px;
    top: 74px;
}

.ind_bottom dl.dl5 {
    position: absolute;
    left: -50px;
    top: 296px;
}

.ind_bottom dl.dl6 {
    position: absolute;
    left: -0px;
    top: 482px;
}

.ind_bottom dl.dl4 dt,
.ind_bottom dl.dl5 dt,
.ind_bottom dl.dl6 dt {
    float: right;
}

.ind_bottom dl.dl4 dd,
.ind_bottom dl.dl5 dd,
.ind_bottom dl.dl6 dd {
    float: left;
    text-align: right;
}

.ind_bottom dl.dl2 dt {
    width: 101px;
    height: 56px;
    background-position: -116px -378px;
}

.ind_bottom dl.dl3 dt {
    width: 101px;
    height: 56px;
    background-position: -246px -378px;
}

.ind_bottom dl.dl4 dt {
    width: 101px;
    height: 56px;
    background-position: -372px -378px;
}

.ind_bottom dl.dl5 dt {
    width: 101px;
    height: 58px;
    background-position: -396px -0px;
}

.ind_bottom dl.dl6 dt {
    width: 101px;
    height: 58px;
    background-position: -399px -142px;
}

.ind_bottom dl.dl6 dd {
    padding-right: 16px;
    width: 260px;
}

.ind_bottom dl:hover dd p {
    color: #3366ad;
}

.ind_bottom dl:hover dd p span {
    color: #3366ad;
}

.ind_bottom dl.dl1:hover dt {
    width: 101px;
    height: 56px;
    background-position: 0px -445px;
}

.ind_bottom dl.dl2:hover dt {
    width: 101px;
    height: 56px;
    background-position: -116px -445px;
}

.ind_bottom dl.dl3:hover dt {
    width: 101px;
    height: 55px;
    background-position: -246px -445px;
}

.ind_bottom dl.dl4:hover dt {
    width: 101px;
    height: 55px;
    background-position: -372px -445px;
}

.ind_bottom dl.dl5:hover dt {
    width: 101px;
    height: 58px;
    background-position: -396px -66px;
}

.ind_bottom dl.dl6:hover dt {
    width: 101px;
    height: 58px;
    background-position: -399px -208px;
}


.nybanner {
    width: 100%;
    height: 300px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.nybanner h3 {
    font-size: 34px;
    padding: 70px 0 6px;
}

.nybanner .en {
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
}

.nybanner .line {
    width: 50px;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 10px;
}

/*nybanner*/
/*menu*/
.menu {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.menu .list {
    width: 1199px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}

.menu li {
    width: 199px;
    height: 60px;
    float: left;
    border-right: 1px solid #dddddd;
    position: relative;
}

.menu li .nav1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    display: block;
    text-align: center;
}

.menu li .nav1 s {
    border-style: solid dashed dashed dashed;
    border-color: #34adfc transparent transparent transparent;
    border-width: 10px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}

.menu li:hover,
.menu li.hover {
    border-right-color: #035cac;
}

.menu li:hover .nav1,
.menu li.hover .nav1 {
    background: #34adfc;
    color: #fff;
}

.menu li:hover .nav1 s,
.menu li.hover .nav1 s {
    display: block;
}

.searchPage {
    overflow: hidden;
    padding-bottom: 80px;
}

.searchPage ul.n-gridlist {
    width: 105%;
}

.searchPage .item {
    float: left;
    width: 270px;
    height: 307px;
    margin-bottom: 20px;
    margin-right: 24px;
    border: #f5f5f5 solid 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom: #f5f5f5 solid 3px;
    position: relative;
}

.searchPage .item a {
    width: 100%;
    display: block;
}

.searchPage .item img {
    width: 270px;
    height: 203px;
    display: block;
    background-size: 100%;
}

.searchPage li.item p {
    font-size: 16px;
    color: #333333;
    display: block;
    padding-left: 18px;
    padding-top: 14px;
}

.searchPage li.item i {
    display: block;
    width: 84px;
    height: 26px;
    border: #c5cdd7 solid 1px;
    border-radius: 14px;
    text-align: center;
    margin-left: 18px;
    line-height: 26px;
    font-size: 14px;
    color: #016dbd;
    margin-top: 14px;
}

.searchPage li.item:hover {
    box-shadow: 0px 2px 11px #dadada;
}

.searchPage li.item:hover p {
    color: #016dbd;
}

.searchPage li.item i:hover {
    background-color: #016dbd;
    color: #fff;
    border: #016dbd solid 1px;
}

.searchPage li.item:hover {
    border-bottom: #016dbd solid 3px;
}

.searchPage .item .bg {
    position: absolute;
    width: 280px;
    padding-top: 86px;
    height: 194px;
    left: -280px;
    top: 0;
    z-index: 10;
    background: url(../images/red80.png) repeat 0 0;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.searchPage .item .bg s {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-position: -22px 18px;
}

.searchPage .item:hover {
    background: #fff;
}

.searchPage .item:hover h3 {
    color: #fff;
    background: #333333;
}

.searchPage .item:hover .bg {
    left: 0;
}

.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.map_ul li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDBDB;
    margin-left: 10px;
    float: left;
}

.map_ul li a {
    font-size: 14px;
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}

.map_ul .list-inline {
    display: block;
    margin-left: 7%;
    width: 80%;
    min-height: 30px;
}

.map_ul .list-inline a {
    font-weight: normal;
    width: auto;
    float: none;
    line-height: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.map_ul .list-inline a:hover {
    background: #da0a1b;
    color: #fff;
}

span.bds_more,
.bds_tools a {
    line-height: 14px !important;
}

.searchPage .pager {
    width: 1166px;
}

.searchPage .pager ul {
    display: inline-block;
}

.wra_title {
    height: 62px;
    width: 1200px;
    margin: 0 auto;
}

.wra_title .sobtitle {
    line-height: 62px;
    font-size: 15px;
    color: #504e4e;
}

.wra_title .sobtitle i {
    display: block;
    width: 13px;
    height: 16px;
    background-position: -203px -89px;
    float: left;
    margin-top: 24px;
    margin-right: 8px;
}

.wra_title .sobtitle a {
    font-size: 15px;
    color: #504e4e;
    margin: 0 6px;
}

.wra_title h3 {
    line-height: 62px;
    font-size: 22px;
    color: #016dbd;
    font-weight: bold;
}

.wrapper .noinfor {
    padding: 0 0 20px;
    text-align: left;
    color: red;
    text-align: center;
}



.floor_9_main .floor_9_zuo .floor_bottom .bd ul li:nth-child(2) {
    display: none;
}

.floor_9_main .floor_9_zuo .floor_bottom .bd ul li:first-child+li {
    display: none;
}


.floor_4_img {
    background: url(../images/a6_03.jpg) center center no-repeat;
    width: 1200px;
    height: 118px;
    position: relative;
    margin-top: 0px;
}

.floor_4_img .gunli {
    width: 68px;
    text-align: center;
}

.floor_4_img .gunli dl {
    position: relative;
}

.floor_4_img .gunli dl dt {
    width: 26px;
    height: 22px;
    background-color: #0070bf;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    left: 29px;
    top: -8px;
}

.floor_4_img .gunli dl dd p {
    width: 68px;
    height: 69px;
}

.floor_4_img .gunli dl dd span {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.floor_4_img .gunli dl dd p i {
    width: 38px;
    height: 37px;
    background-position: 0px -257px;
    margin-top: 22px;
}

/*.floor_4_img .gunli dl:hover dd p{ background-color:#0070bf;}*/
/*.floor_4_img .gunli dl:hover dd p i{background-position:0px -314px;}*/
.floor_4_img .dl2 dl dd p i {
    width: 37px;
    height: 37px;
    background-position: -56px -257px;
}

/*.floor_4_img .dl2 dl:hover dd p i{background-position:-56px -314px;}*/
.floor_4_img .dl3 dl dd p i {
    width: 34px;
    height: 36px;
    background-position: -111px -257px;
}

/*.floor_4_img .dl3 dl:hover dd p i{background-position:-111px -314px;}*/
.floor_4_img .dl4 dl dd p i {
    width: 40px;
    height: 41px;
    background-position: -158px -257px;
}

/*.floor_4_img .dl4 dl:hover dd p i{background-position:-158px -314px;}*/
.floor_4_img .dl5 dl dd p i {
    width: 41px;
    height: 39px;
    background-position: -211px -257px;
}

/*.floor_4_img .dl5 dl:hover dd p i{background-position:-211px -314px;}*/
.floor_4_img .dl6 dl dd p i {
    width: 39px;
    height: 37px;
    background-position: -261px -257px;
}

/*.floor_4_img .dl6 dl:hover dd p i{background-position:-261px -314px;}*/
.floor_4_img .dl7 dl dd p i {
    width: 41px;
    height: 40px;
    background-position: -314px -257px;
}

/*.floor_4_img .dl7 dl:hover dd p i{background-position:-314px -314px;}*/
.floor_4_img .dl8 dl dd p i {
    width: 40px;
    height: 40px;
    background-position: -365px -257px;
}

/*.floor_4_img .dl8 dl:hover dd p i{background-position:-365px -314px;}*/
.floor_4_img .dl9 dl dd p i {
    width: 34px;
    height: 38px;
    background-position: -418px -257px;
}

/*.floor_4_img .dl9 dl:hover dd p i{background-position:-418px -314px;}*/
.floor_4_img .dl10 dl dd p i {
    width: 32px;
    height: 36px;
    background-position: -466px -257px;
}

/*.floor_4_img .dl10 dl:hover dd p i{background-position:-466px -314px;}*/
.floor_4_img .dl11 dl dd p i {
    width: 39px;
    height: 36px;
    background-position: -515px -257px;
}

/*.floor_4_img .dl11 dl:hover dd p i{background-position:-515px -314px;}*/

.floor_4_img .dl1 {
    position: absolute;
    left: 0;
    top: 26px;
}

.floor_4_img .dl2 {
    position: absolute;
    left: 104px;
    top: 26px;
}

.floor_4_img .dl3 {
    position: absolute;
    left: 212px;
    top: 26px;
}

.floor_4_img .dl4 {
    position: absolute;
    left: 324px;
    top: 26px;
}

.floor_4_img .dl5 {
    position: absolute;
    left: 434px;
    top: 26px;
}

.floor_4_img .dl6 {
    position: absolute;
    left: 556px;
    top: 26px;
}

.floor_4_img .dl7 {
    position: absolute;
    left: 676px;
    top: 26px;
}

.floor_4_img .dl8 {
    position: absolute;
    left: 794px;
    top: 26px;
}

.floor_4_img .dl9 {
    position: absolute;
    left: 908px;
    top: 26px;
}

.floor_4_img .dl10 {
    position: absolute;
    left: 1018px;
    top: 26px;
}

.floor_4_img .dl11 {
    position: absolute;
    left: 1119px;
    top: 26px;
}

.floor_4_img .dl11 {
    width: 73px;
}









.lefta1 {
    display: none;
}

.ny_product .product_lb .subleft .lefta .comt ul li .drop {
    display: none;
}

.ny_product .product_lb .subleft .lefta .comt ul li.hover .drop {
    clear: left;
}

.floor_2 .case_zuo .case_cp ul {
    width: 268px;
    margin-left: 0;
}

.floor_2 .case_zuo .case_cp ul li {
    border-bottom: #bebebe solid 1px;
    padding-top: 0;
}

.floor_2 .case_zuo .case_cp ul li a.tou {
    height: 62px;
    line-height: 62px;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding-left: 24px;
    color: #666666;
    position: relative;
}

.floor_2 .case_zuo .case_cp ul li a.tou i {
    position: absolute;
    width: 11px;
    height: 11px;
    background-position: -246px -185px;
    right: 30px;
    top: 23px;
    margin-top: 0;
}

.floor_2 .case_zuo .case_cp ul li.on a.tou i,
.floor_2 .case_zuo .case_cp ul li:hover a.tou i,
.floor_2 .case_zuo .case_cp ul li.hover a.tou i {
    width: 11px;
    height: 2px;
    background-position: -262px -171px;
    right: 30px;
    top: 23px;
}

.floor_2 .case_zuo .case_cp ul li:hover a.tou,
.floor_2 .case_zuo .case_cp ul li.hover a.tou {
    color: #016dbd;
}

.floor_2 .case_zuo .case_cp ul li .drop {
    display: inline-block;
    width: 270px;
}

.floor_2 .case_zuo .case_cp ul li .drop a {
    display: block;
    width: 270px;
    border-bottom: #dedede dashed 1px;
    font-size: 15px;
    color: #666;
    height: 56px;
    line-height: 56px;
}

.floor_2 .case_zuo .case_cp ul li .drop a i {
    width: 8px;
    height: 10px;
    background-position: -282px -171px;
    float: left;
    margin-left: 24px;
    margin-right: 5px;
    margin-top: 23px;
}

.floor_2 .case_zuo .case_cp ul li .drop a:hover {
    color: #016dbd;
}

.floor_2 .case_zuo .case_cp ul li .drop {
    display: none;
}

.floor_2 .case_zuo .case_cp ul li.hover .drop {
    display: block;
}

.floor_2 .case_zuo .case_cp ul li:nth-child(1) .drop {
    display: block;
}

.floor_2 .case_zuo .case_cp ul li:first-child .drop {
    display: block;
}

.floor_2 .case_zuo .case_cp ul li .drop a:nth-child(5) {
    border-bottom: none;
}

.floor_2 .case_zuo .case_cp ul li .drop a:first-child+a+a+a+a {
    border-bottom: none;
}



.tijiaoxin {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    display: none;
    left: 0;
    top: 0;
}

.btn66 {
    width: 130px;
    height: 40px;
    background: #016dbd;
    border: 0;
    outline: none;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.hint {
    width: 500px;
    height: 470px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -235px;
    z-index: 111;
    display: none;
}

.hint-in1 {
    width: 500px;
    height: 70px;
    background: #016dbd;
    position: relative;
}

.hint1 {
    width: 48px;
    height: 47px;
    background: url(../images/hint1.png) no-repeat;
    -webkit-background-size: 48px 47px;
    background-size: 48px 47px;
    top: 12px;
    left: 98px;
    position: absolute;
    z-index: 111;
}

.hint2 {
    line-height: 70px;
    color: #f4e8df;
    font-size: 26px;
    text-align: center;
}

.hint3 {
    width: 38px;
    height: 37px;
    background: url(../images/hint3.png) no-repeat;
    -webkit-background-size: 38px 37px;
    background-size: 38px 37px;
    position: absolute;
    top: 14px;
    right: 7px;
}

.hint-in2 {
    line-height: 150px;
    font-size: 20px;
    text-align: center;
    color: #ff6600;
}

/*.hint-in3{font-size:22px ;width:190px;height:50px;background:#ff7800;color:#f4e8df;position:absolute;bottom:50px;left:155px;text-align:center;line-height:50px;border-radius:6px;}*/


.hint .other_2 {
    float: none;
    padding-top: 22px;
    padding-left: 52px;
}






.index_message {
    position: relative;
}

.name_input {
    border: 1px solid #cccccc;
    margin-top: 5px;
    background: #fff;
    height: 22px;
    width: 189px;
}

.input_left {
    float: left;
    width: 40px;
    text-align: center;
    background: url(../images/title_left.jpg) left top repeat-x;
    height: 22px;
    line-height: 22px
}

.input_right {
    position: relative;
    float: right;
}

.input_right input {
    height: 22px;
    line-height: 22px;
}

.input_right .m_label {
    position: absolute;
    width: 100px;
    text-align: left;
    line-height: 22px;
    padding-left: 6px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}


#m_div {
    width: 222px;
    position: fixed;
    right: 2px;
    bottom: 0px;
    padding-bottom: 1px;
    z-index: 99999;
    background: #fff;
}

.d_label {
    line-height: 18px;
    padding-top: 8px;
    width: 160px;
}

.w_message {
    border: 1px solid #016dbd;
    padding: 7px;
    padding-top: 16px;
    height: 238px;
    background: #fff;
    padding-bottom: 27px;
}

.w_message #name {
    width: 142px;
    height: 22px;
    line-height: 22px;
    border: none !important;
}

.w_message #contact {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #address {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #content {
    width: 206px;
    height: 50px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    border: #c9c9c9 solid 1px;
    text-indent: 10px;
}

.w_message #checkcode {
    width: 82px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
}


#message_main {
    display: table-cell;
}

.w_message #message_main tr {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.w_message #message_main tr th {
    height: 28px;
    line-height: 28px;
    width: 37px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.w_message #code {
    padding-top: 0px;
    margin-top: 5px;
}

.w_title {
    background: none;
    color: #fff;
    ;
    position: relative;
    cursor: pointer;
    height: 33px;
    width: 222px;
    overflow: hidden;
}

.w_message #message_main .m_input {
    border: 1px solid #ccc;
    background-color: #fff;
}

.w_message .msgbtn {
    width: 93px;
    height: 29px;
    line-height: 20px;
    background: url(../images/submit.png) 50% 50% no-repeat;
    margin-top: 3px;
    border: none;
    font-family: "宋体", arial;
    font-size: 12px;
    margin-left: 54px;
    font-family: "微软雅黑";
    color: #fff;
}

.w_message .msgbtn_hover {
    background: #3c96fc;
    color: #fff;
    border: 1px solid #3c96fc;
}



.m_close {
    background: url(../images/messbtn.png) left top no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 19px;
    height: 20px;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.m_open {
    background: url(../images/messbtn1.png) left top no-repeat;
}

.w_message .m_under {
    position: absolute;
    width: 227px;
    height: 37px;
    line-height: 41px;
    left: 0;
    bottom: 1px;
}

.w_message .support {
    color: #000;
    width: 100px;
    position: absolute;
    bottom: 1px;
    right: 8px;
    font-size: 12px;
}

#m_top {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 2px;
    background: #016dbd;
}

#m_mid {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 1px;
    background: #016dbd;
}

#m_bot {
    background: #016dbd;
    height: 31px;
    line-height: 31px;
    padding-left: 9px;
    font-family: "微软雅黑";
    font-size: 13px;
}

w_title #m_div .item {
    position: relative;
    width: 206px;
    height: 30px;
    line-height: 30px;
}

#m_div .item input {
    width: 206px;
    height: 30px;
    line-height: 30px;
    border: #c9c9c9 solid 1px;
    margin-bottom: 10px;
    text-indent: 10px;
}

#m_div .btn {
    width: 206px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #016dbd;
    border: 0;
    color: #fff;
}

.msg-box {
    position: absolute !important;
    left: 0;
    top: 6px;
}

.w_message .item1 .msg-box {
    top: 0;
}



.w_message .item1 .n-top .msg-wrap {
    margin-bottom: 0;
}


.xitys {
    font-weight: bold;
    font-size: 24px;

    color: #016dbd;
}

.ny_product .product_lb .case_you .rongyu .tieul .li img {
    border: #CCC solid 1px;
}



.showProduct .imgtxtcon h1 {
    font-size: 24px;
    padding-left: 46px;
    font-weight: bold;
    line-height: 1em;
    color: #016dbd;
    padding-top: 20px;
}

.showProduct .imgtxtcon .tit {
    font-size: 14px;
    line-height: 1em;
    color: #503331;
    margin-top: 20px;
}

.ny_product .product_lb .case_you ul.tieul li {
    margin-bottom: 35px;
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    display: inline-block;
    width: 867px;
}

.product_img {
    width: 480px;
    height: 300px;
    overflow: hidden;
}

.product_img img {
    width: 480px;
    height: 300px;
}

.product_con {
    width: 387px;
    height: 300px;
    background: url(../images/a5_04.png) center center no-repeat;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.product_con h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    color: #016dbd;
    padding: 30px 30px 0;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.product_con h5 {
    padding: 0px 30px;
    font-size: 16px;
    line-height: 1em;
    color: #503331;
    margin-top: 20px;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.product_content {
    margin: 20px 30px 0;
    color: #232323;
    font-size: 14px;
    line-height: 24px;
    max-height: 168px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li span.more1 {
    display: block;
    width: 90px;
    height: 30px;
    color: #fff;
    background: #0d74bf;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-family: arial;
    position: absolute;
    bottom: 25px;
    right: 15px;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover {
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-box-shadow: 0 10px 20px rgba(55, 142, 203, 0.3);
    box-shadow: 0 10px 20px rgba(55, 142, 203, 0.3);
}

.ny_product .product_lb .case_you ul.tieul li:hover .product_con {
    background: #016dbd;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover .product_con h4 {
    color: #fff;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover .product_con h5 {
    color: #fff;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover .product_content {
    color: #fff;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover span.more1 {
    color: #533735;
    background: #fff;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.ny_product .product_lb .case_you ul.tieul li:hover {
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.hezo .product_lb .case_you ul.tieul li.item {
    height: 150px;
    text-align: center;
}

.hezo .product_lb .case_you ul.tieul li.item img {
    height: 94px;
}

.hezo .product_lb .case_you ul.tieul li.item p {
    padding-left: 0;
}

.yanban .product_lb .case_you ul.tieul li.item {
    width: 420px;
    height: 294px;
    text-align: center;
}

.yanban .product_lb .case_you ul.tieul li.item img {
    width: 420px;
    height: 236px;
}

.yanban .product_lb .case_you ul.tieul li.item p {
    padding-left: 0;
}

.tuandui .product_lb .case_you ul.tieul li.item {
    height: 260px;
}



.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.jobpage .cont .item {
    border: 1px solid #dcdcdc;
    border-left: 4px solid #016dbd;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    background-color: #fff;
}

.jobpage .cont .top {
    height: 80px;
    cursor: pointer;
}

.jobpage .cont .top span {
    color: #000;
    display: inline-block;
}

.jobpage .cont .top .time {
    color: #999;
}

.jobpage .cont .top h3 {
    font-size: 18px;
    font-weight: normal;
    color: #016dbd;
}

.jobpage .cont .top p {
    display: block;
    padding-top: 14px;
}

.jobpage .cont .top span.sarry {
    color: #016dbd;
    width: 150px;
}

.jobpage .cont .bottom {
    padding-top: 20px;
    border-top: 1px solid #bebebe;
    padding-bottom: 20px;
}

.jobpage .cont .item.hover {
    background: #f9f9f9;
}

.jobpage .title {
    padding-top: 24px;
    padding-bottom: 16px;
}

.jobpage .title span {
    font-size: 16px;
    padding-right: 26px;
}

#map1_container {
    padding-top: 34px;
    height: 400px;
}